Well, I think most edge triggered FF's are considered MSI... I guess
you could try building a M-S version out of gates but that's being a bit
silly, don't you think?
> Anyway, u could "re-design" it from the state diagrams and timing
>chart of the chips.
Yes, this is the approach I used for a class assignment some years ago.
It's really pretty simple -- the toughest part is building the DPLL
(assuming you want to be that clever!)
Grab a databook on one of the *older* UARt chips (6402?) so you
don't get sidetracked by baudrate generator, modem control signals,
etc. The basics of the serializer/deserializer are pretty straight
forward. And OE, PE, FE are almost trivial to implement once you
understand *exactly* what they signal...
G'luck!